home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / comm / nuvread2.zip / NUVAREAD.TXT < prev    next >
Text File  |  1996-06-09  |  14KB  |  325 lines

  1.  
  2. ******************************************************************
  3.  
  4. :           NUVAREAD SHAREWARE UTILITY Ver.2 & 3
  5.  
  6.               by P.Mihok  -  June 1996
  7.                       
  8.  
  9.  
  10. *****************************************************************
  11.  
  12. :PRELIMINARY: 
  13.  
  14.    Nuvaread has proven to be a popular program for displaying text
  15.  as it works on any machine and is highly customizable. Translated
  16.  into many languages, and customized in many ways, it is finding
  17.  a niche in all sorts of text display systems. People are enthusiastic
  18.  about the automated highlight menu, the quick search, the mouse
  19.  operation, and the ability to provide all sorts of custom shells
  20.  and command line switches on demand.
  21.  
  22.    The current release includes a version which loads into RAM rather
  23.  than loading actively from the disc, and which provides a wider range
  24.  of colour selections, a different highlight system, etc.
  25.  
  26.  NOTE - one reason for this new release is to notify users of our
  27.  new fax number! 905-471-3217
  28.  
  29. :0>:INTRODUCTION to NUVAREAD:
  30.  
  31.    People who have previously tried VAREAD and found it was not
  32.  quite suitable for distributing documentation, may be interested in
  33.  NUVAREAD, which offers many more features as well as affording
  34.  much better printing. NUVAREAD is mouseable, and gives an automated
  35.  menu and also line highlighting, so it is very easy to create a useable
  36.  document with it as well as to navigate around the file. NUVAREAD,
  37.  like VAREAD, handles files up to 10,000 lines long; since I simplified
  38.  the file loading, it loads much faster. (It doesn't auto wrap at the
  39.  last space in a line, however. It just wraps at the end of the screen.
  40.  VAREAD does autowrap, but I felt it took too long to load.) I have made
  41.  versions which scroll to the left or right, which handle tables in a
  42.  special manner, and which read in a different manner - loading into
  43.  RAM rather than actively reading from the disc; hypertext versions,
  44.  versions with custom FIND lists, etc.
  45.  
  46.     I have also provided full colour (text mode) graphics incorporated
  47.  into the files, such as those drawn by VmASC. Thus one could have up to
  48.  100 fully coloured title screens at any point in the file, for instance.
  49.  
  50.  (VmASC is in IBMAPP on COMPUSERVE, and its registration number is 7877)
  51.  
  52.    You could look for CYBRTEXT which is a version with a different menu
  53.  system, a FIND list, and lots of hypertext capabilities! 
  54.  
  55. **************************************************************
  56.  
  57. :1>:LOADING NUVAREAD:
  58.  
  59.     The utility can be summoned by typing
  60.  
  61.     NUVAREAD
  62.  
  63.  at the command line, in which case it looks for a file named
  64.  NUVAREAD.TXT. (If there is no file, it complains.)
  65.  
  66.     Typing a file name after the name of the utility,
  67.  
  68.     NUVAREAD YOURFILE.TXT
  69.  
  70.  will load the specified file. Try not to use NUVAREAD to read unusual
  71.  files (non ASCII) as it might not work right. (I haven't found anything
  72.  that perturbs it unduly, however.)
  73.  
  74.     The utility will display ASCII files of up to 10,000 lines in
  75.  length. It will truncate and wrap long lines, so long files with long
  76.  lines may not be shown beyond the 10,000 (wrapped) length.
  77.  
  78.     It also loads a shell if provided.
  79.  
  80.     The utility shows you the first screen as it loads the file, so
  81.  you can start reading right away as it is loading.
  82.  
  83. :2> DESCRIPTIONS:
  84. :(a) HIGHLIGHT LIST/MENU:
  85.  
  86.   Hitting F10 will show a highlight list/menu which is created from
  87.  one of the following:
  88.  
  89.      i) - if the documentation contains built-in highlights, created
  90.  by placing a colon in the first column as shown:
  91.  : (This would be a highlighted line if the colon were placed at the
  92.  start of the line...)
  93.  
  94.      NUVAREAD will highlight the line when it is displayed and also
  95.  show the line in the highlight list, which can be scrolled like a
  96.  menu and from which you can move to any of the listed lines within
  97.  the body of the text.
  98.  
  99.      ii) - if no such highlights have been provided, NUVAREAD will
  100.  look for lines which might be title lines, seeking out isolated lines
  101.  and listing them in the highlight list. I'm not entirely happy with
  102.  the way this works, though, since everyone seems to have their own
  103.  ideas of how a title line should be, so it's unpredictable what you
  104.  will get.
  105.  
  106.      NUVAREA2 provides highlights based on lines which start at column
  107.  zero, instead of having a colon. This version is a modified version of
  108.  a recent customization, included to show some of the potential of
  109.  NUVAREAD.
  110.  
  111.     Using the up down arrows or the mouse button, you can select a
  112.  line in the highlight list and then ENTER or the Left mouse button will
  113.  go there, or ESC or the right mouse button will escape the list.
  114.  The list scrolls with the mouse cursor on the top or bottom line.
  115.    
  116.     The highlight list only handles 100 lines of highlight. 
  117.  
  118. :(b) SHELL OPTION:
  119.  
  120.  If the name of a shell file is loaded at the command line as follows:
  121.  
  122.      NUVAREAD YOURFILE.TXT &BINGO
  123.  
  124.      NUVAREAD will then shell out and try to run the file named "BINGO"
  125.  when F2 is hit. (The ampersand flags that it is the shell name.)
  126.  
  127.      If no shell file has been loaded, NUVAREAD will simply not respond
  128.  to this key.
  129.     (The shell now loads a copy of DOS if it doesn't find a shell,
  130.  in response to user request! Hopefully COMMAND.COM is in your user's
  131.  current path. No harm done if it isn't...)
  132.  
  133.      (A shell file is another file which you want the user to be able
  134.  to run concurrently with the current one. For instance, a self-
  135.  displaying diagram or illustration named PICTURE.EXE might be your
  136.  shell file. Customized versions which provide multiple shell files
  137.  responding to function keys or the mouse, easily defined in a separate
  138.  text file, have been provided for some users.)
  139.  
  140.  
  141. :(c) HELP:
  142.  
  143. - an improved help screen is now provided (hit F1). It provides a much
  144.  more detailed description of the navigation and other options, and
  145.  explains all the functions.
  146.  
  147.       As a programmer, I always regretted having to enlarge my file
  148.  size by incorporating a lot of HELP text, but my newest software
  149.  includes context sensitive full screen help and I realized that it
  150.  can be really nice to have it. However there isn't really a reason
  151.  to add much help to a simple utility like this.
  152.  
  153.  
  154. :(d) ABOUT:
  155.  
  156.  - an ABOUT THIS FILE screen is now provided (hit Alt-A or F9).
  157.  
  158.  - HELP files, labels etc. customized for language or special user
  159.  requirements have been provided on request to registered users.
  160.  
  161.     VAREAD's file information was rather obtrusive into the reader's
  162.  reading experience, so I decided to place it in its own function and
  163.  keep clear the screen that the user sees in NUVAREAD.
  164.  
  165.     The exit screen has a two second delay tied to the system clock,
  166.  and says the software is unregistered as well as giving ABOUT 
  167.  information. I regret having to add stuff like this, but if you
  168.  register, it will be gone! Please be honest and register -- I am
  169.  really not asking very much for standard registration fees.
  170.  
  171. :AND IF YOU GO AWAY...
  172.  
  173.     The software now has a screen saver which comes up after 5 minutes
  174.  of no user input.
  175.  
  176.  
  177. :(e) WORD SEARCH:
  178.  
  179.    NUVAREAD will provide an edit box where you can type the
  180.  word you wish to find, if you hit F (for Find.) The search is quite
  181.  fast. Hitting ENTER or the left mouse button starts the search from
  182.  the beginning of the file or Alt F from the current location, and
  183.  ENTER or the left button causes it to go onward to the next match.
  184.  The right mouse button or ESC stops search.
  185.  
  186.    You can now type longer strings with spaces, and hit "b" if you
  187.  want to go back to the previously found string. (only one button
  188.  deep memory, though.) (CYBRTEXT gives you a list of strings that
  189.  were found, and other options are also available. These features
  190.  are also available in NUVAREAD.)
  191.  
  192.    I supplied BOOLEAN find to several users, also to VLIST
  193.  (VLIST is in IBMAPP and its registration number is 7833. A faster
  194.  version of VLIST, with extended directory capability, is in the
  195.  works, by the way.)
  196.  
  197. :(f) PRINTING:
  198.  
  199.   Two cascaded